Skip to content

WebAssembly 2025 queries updates for counts and page ranking#4328

Merged
tunetheweb merged 19 commits intoHTTPArchive:mainfrom
nimeshgit:main
Jan 11, 2026
Merged

WebAssembly 2025 queries updates for counts and page ranking#4328
tunetheweb merged 19 commits intoHTTPArchive:mainfrom
nimeshgit:main

Conversation

@nimeshgit
Copy link
Copy Markdown
Member

For further progress on #4090 and #4239

Updated query to use DISTINCT NET.REG_DOMAIN(page) for distinct wasm origin names (counts.sql)
Updated query for page rankings, instead of rank; used rank_grouping to make this more distinct and obvious (page_rankings.sql)

All the queries are grouped by clients i.e. desktop and mobile.

nimeshgit and others added 19 commits September 26, 2025 19:03
…& 2022) to the new schema where applicable.

Added query for wasm usage counts by pages and by distinct wasm's names
(counts.sql & counts_distinct_name.sql)

Added query for various compression methods (compression_methods.sql)

Added query for wasm component usage for domains and cross domains (domains.sql & cross_domain.sql)

Added query for various instruction kinds (instruction_kinds.sql)

Added query for various languages usage in wasm (language_usage.sql)

Added query for various mimeType usage in wasm (mime_types.sql)

Added query for page rankings (page_rankings.sql)

Added query to understand usages by size
(module_sizes.sql, section_sizes.sql, large_custom_sections.sql and total_sizes_by_percentile.sql)
Info : Drop statustics for size_total_br, size_total_strip, size_total_strip_br, size_total_opt, size_total_opt_br, br_savings, strip_br_savings, opt_br_savings and opt_savings because of dataset has null values.

Added query for wasm proposals.sql.

Added query to understand popular wasm libraries in use.
(popular_library_by_name.sql)

All the queries are grouped by clients i.e. desktop and mobile.
extended extra category

Co-authored-by: Barry Pollard <barrypollard@google.com>
Co-authored-by: Barry Pollard <barrypollard@google.com>
prefer to use rank_grouping instead of _rank
@tunetheweb tunetheweb added the analysis Querying the dataset label Jan 11, 2026
@tunetheweb tunetheweb merged commit 294fc47 into HTTPArchive:main Jan 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

analysis Querying the dataset

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants